object OptionsTabFrm: TOptionsTabFrm Left = 248 Top = 14 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Options' ClientHeight = 336 ClientWidth = 438 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnHide = FormHide OnKeyDown = FormKeyDown OnShow = FormShow DesignSize = ( 438 336) PixelsPerInch = 96 TextHeight = 13 object OkBtn: TButton Left = 273 Top = 304 Width = 75 Height = 23 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 0 OnClick = OkBtnClick end object CancelBtn: TButton Left = 353 Top = 304 Width = 75 Height = 23 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 3 TabOrder = 1 end object MainTabControl: TTabControl Left = 10 Top = 10 Width = 420 Height = 285 Anchors = [akLeft, akTop, akRight, akBottom] MultiLine = True TabOrder = 2 OnChange = MainTabControlChange object Panel1: TPanel Left = 4 Top = 6 Width = 412 Height = 275 Align = alClient BevelOuter = bvNone ParentColor = True TabOrder = 0 DesignSize = ( 412 275) object OptionPanel: TPanel Left = 10 Top = 10 Width = 394 Height = 258 Anchors = [akLeft, akTop, akRight, akBottom] BevelOuter = bvNone ParentColor = True TabOrder = 0 end end end end